projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64230f2
)
(Defining Hash): Delete stray paren in example.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 12:01:28 +0000
(12:01 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 12:01:28 +0000
(12:01 +0000)
lispref/hash.texi
patch
|
blob
|
history
diff --git
a/lispref/hash.texi
b/lispref/hash.texi
index b8ddd0ee6a4da02d2854af9a1b943652a53a3ab4..86a36a57a6e960921440eafaaeb12004652f20ff 100644
(file)
--- a/
lispref/hash.texi
+++ b/
lispref/hash.texi
@@
-281,8
+281,8
@@
compared case-insensitively.
(defun case-fold-string-hash (a)
(sxhash (upcase a)))
-(define-hash-table-test 'case-fold
'case-fold-string=
-
'case-fold-string-hash)
)
+(define-hash-table-test 'case-fold
+
'case-fold-string= 'case-fold-string-hash
)
(make-hash-table :test 'case-fold)
@end example